home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG Library 8 / PC-SIG Library CD-ROM (8th Edition) (1990-04).iso / 1401_500 / disk1431 / readme < prev   
Encoding:
Text File  |  1988-04-28  |  1.5 KB  |  32 lines

  1.                              DOCUMENTATION
  2.  
  3.    The documentation for this editor is contained in the "manual" directory
  4. on the first diskette.  The file "emacs.dxz" contains the documentation 
  5. printer-ready, compressed, format.  The file "emacs.txz" contains a tutorial
  6. in the same format.  The original release notes, as acquired from UUCP.NET,
  7. can be found in the "readme" file in the tools directory.
  8.  
  9.                         BUILDING THE EXECUTABLE
  10.  
  11.    The source files in the directory "comprsd" on the second diskette
  12. are in compressed format.  To return each to printable form, enter the 
  13. following:
  14.  
  15.       compress -d file.cxz
  16.  
  17. The result of the command will be a file called "file.c".  The files with the 
  18. suffix ".bxz" are batch files which must be renamed such that the suffix is
  19. ".bat".  The file "load.lxz" must be moved into "load.lst" after 
  20. de-compressing.
  21.  
  22.    The batch files will produce an executable using MSC 5.0.  Regardless of
  23. the compiler, all parameterization is controlled through "estruct.h".  The
  24. parameters are currently set for a PC-DOS machine.  For MS-DOS machines
  25. the ANSI, rather than the IBMPC, define should be used.  For more details
  26. on constructing the executable see the manual on the other diskette.
  27.  
  28.    The source and documentation for the compress utility can be obtained
  29. from PC-SIG on another diskette.  This utility is based on the LEM-ZIV
  30. algorithm and so it only works on text files.  It is faster, and compress
  31. files smaller, than ARC.
  32.